FEST
Source Files
Modules
Procedures
Derived Types
Program
CountCells
Interface
4 statements
Source File
GridStatistics.f90
GridStatistics
CountCells
Contents
Module Procedures
CountCellsFloat
CountCellsInteger
public interface CountCells
Module Procedures
private function
CountCellsFloat
(grid) result(count)
count number of cells different from nodata
Arguments
Type
Intent
Optional
Attributes
Name
type(
grid_real
),
intent(in)
::
grid
Return Value
integer(kind=short)
private function
CountCellsInteger
(grid) result(count)
count number of cells different from nodata
Arguments
Type
Intent
Optional
Attributes
Name
type(
grid_integer
),
intent(in)
::
grid
Return Value
integer(kind=short)